Assign copyright to FSF for ELPA
authorJustin Burkett <justin@burkett.cc>
Mon, 7 Aug 2017 20:27:12 +0000 (16:27 -0400)
committerJustin Burkett <justin@burkett.cc>
Mon, 7 Aug 2017 20:27:12 +0000 (16:27 -0400)
which-key-tests.el
which-key.el

index 1312f832c8d9fcd035bfb6a8ed8890ca7a301b84..5c17ab7f1c992213d584d1d02d6be0598fd8e18f 100644 (file)
@@ -1,9 +1,9 @@
 ;;; which-key-tests.el --- Tests for which-key.el -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2015 Justin Burkett
+;; Copyright (C) 2017  Free Software Foundation, Inc.
 
 ;; Author: Justin Burkett <justin@burkett.cc>
-;; URL: https://github.com/justbur/emacs-which-key
+;; Maintainer: Justin Burkett <justin@burkett.cc>
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
index d3b619c1124f8b3c1fa1dfcbe6841a6c0e3464d6..0c4bb20e88754ca2f0f078fd6178750b11b23d8a 100644 (file)
@@ -1,8 +1,9 @@
 ;;; which-key.el --- Display available keybindings in popup  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2015 Justin Burkett
+;; Copyright (C) 2017  Free Software Foundation, Inc.
 
 ;; Author: Justin Burkett <justin@burkett.cc>
+;; Maintainer: Justin Burkett <justin@burkett.cc>
 ;; URL: https://github.com/justbur/emacs-which-key
 ;; Version: 3.0.1
 ;; Keywords:
@@ -32,9 +33,6 @@
 ;; the popup will look like along with information about additional features can
 ;; be found at https://github.com/justbur/emacs-which-key.
 ;;
-;; which-key started as a rewrite of guide-key
-;; (https://github.com/kai2nenobu/guide-key), but the feature sets have since
-;; diverged.
 
 ;;; Code: